home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00476.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  306 b   |  14 lines

  1. on exitFrame
  2.   global s4, e4, s5, e5
  3.   sound fadeIn 1, 180
  4.   puppetSound("fict3.aif")
  5.   set s4 to the number of cast "s3fict"
  6.   set s5 to s4
  7.   set e4 to the number of cast "e3fict"
  8.   set e5 to e4
  9.   set the cursor of sprite 4 to [50, 51]
  10.   set the cursor of sprite 5 to [50, 51]
  11.   setnavi()
  12.   movPrep()
  13. end
  14.